home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 February / PCWorld_2004-02_cd.bin / software / vyzkuste / jaknavideo / jaknavideo.exe / abcavi.exe / {app} / Template / rename.exp < prev    next >
INI File  |  2003-01-19  |  725b  |  30 lines

  1. [Info]
  2. Name=Simple file rename
  3. Target=$(temp)/run_it.bat
  4. OEM=1
  5. Clipboard=0
  6. Target_rewrite=1
  7. Version=2
  8.  
  9. [Description]
  10. 0=*This template creates BAT file in your temporary directory. When this file is executed, it renames files to form:
  11. 1=*
  12. 2=*n - width x height.avi
  13. 3=*
  14. 4=*You can edit body of template and create new file name with other keywords.
  15. 5=*
  16. 6=*P.S. Be careful when creating new rename templates - test it on unimportant files before serious use
  17.  
  18. [Header]
  19. 0=*@echo off
  20. 1=*echo Renaming started...
  21.  
  22. [Body]
  23. 0=*ren "$(fullname)" "$(number) - $(width)x$(height).$(ext)"
  24. 1=*echo "$(name).$(ext)" --} "$(number) - $(width)x$(height).$(ext)"
  25.  
  26. [Footer]
  27. 0=*echo Rename script complited
  28. 1=*pause
  29.  
  30.